home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 023a / act2demo.zip / ACTDEMO.BAT next >
DOS Batch File  |  1992-01-13  |  545b  |  24 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo     ACT! Demo Disk
  6. echo     ═════════════════════════════════
  7. echo.
  8. echo     Welcome to the ACT! Demo.  
  9. echo.
  10. echo     You may pause the presentation at
  11. echo     any time by pressing the Spacebar
  12. echo     on your keyboard.  To resume, 
  13. echo     press the Enter key.
  14. echo.
  15. echo     To exit the demo, press the ESC
  16. echo     key at any time while the presen-
  17. echo     tation is running.
  18. echo     ─────────────────────────────────
  19. echo.
  20. echo     Press any key to begin.
  21. pause >nul
  22. cls
  23. actdemoc
  24.